/*header*/
.header{position: fixed;width:100%;z-index: 9999;top:0;border-bottom: solid 1px rgba(255,255,255,.4)}
.header.active{background:rgba(0,0,0,0.7);}
.header-box{display: flex;flex-direction: row;justify-content: space-between;width:100%;height: 100%}
.h-logo{width:320px;display: block;padding:22px 0;transition: all .5s}
.header.active .h-logo{padding:10px 0;}

.h-nav{width: calc(100% - 650px);display: flex;flex-direction: row;justify-content: space-between;}
.h-nav li{height: 100%;position: relative;}
.h-nav li .yiji{color:#fff;font-size: 16px;transition: all .5s;position: relative;display: inline-block;height: 100%;line-height: 90px;font-weight: 400;transition: all .5s}
.header.active .h-nav li .yiji{line-height: 60px;}
.h-nav li .yiji:after{content:'';position: absolute;height: 4px;background:#fff;left:50%;bottom:-1px;transform: translateX(-50%);width:0;transition: all .5s;}
.h-nav li .yiji.on{letter-spacing: 1px;font-weight: 700;}
.h-nav li .yiji.on:after{width:100%;}
.h-nav li .sublist{position: absolute;width:120px;top:100%;left:-10px;background: rgba(255,255,255,.4);display: none;}
.h-nav li .sublist.product{width:150px;}
.h-nav li .sublist ul{display:flex;flex-direction: column;background: rgba(255,255,255,.8);padding:10px 15px 15px;}
.h-nav li .sublist ul a{display: block;padding:10px 0;color:#333;transition: all .5s;position: relative;font-size: 15px;}
.h-nav li .sublist ul a:after{position: absolute;content:'';left:0;bottom:0;width:15px;background: var(--zhu-color);height: 2px;transition: all .5s}
.h-nav li .sublist ul a:hover:after{width:100%;}
.h-nav li .sublist ul a:hover{color:var(--zhu-color);}
.h-right{width:220px;height: 40px;text-align: center;line-height: 40px;color:#fff;background: var(--zhu-color);line-height: 40px;border-radius: 20px;margin:25px 0;transition: all .5s}
.h-right i{font-size: 20px;display: inline;margin-right: 3px;}
.h-right span{font-size: 20px;font-weight: bold;line-height: 1}
.header.active .h-right{margin:10px 0;}
.h-menu{position: fixed;right:0;top:20px;width:80px;text-align: center;cursor: pointer;display: none;color:var(--zhu-color);transition: all .5s}
.h-menu i{color:#fff;font-size: 30px;}
.header.active .h-menu{top:10px;}
@media(max-width: 1600px){
	.h-nav li .sublist .wrapp{display: flex;flex-direction: row;}
	.h-nav li .sublist .right img{width:100%;}
}
@media(max-width: 1400px){
	.h-nav{width:calc(100% - 550px);}
	.h-nav li .sublist .left{width:30%;}
	.h-nav li .sublist .mid{width:35%;}
	.h-nav li .sublist .right{width:35%;}

}
@media(max-width: 1200px){
	.h-nav{width:calc(100% - 350px);}
	.h-right{display: none;}
	.h-right i{font-size: 24px}
}
@media(max-width: 1024px){
	.h-nav{display: none;}
	.h-menu{width:60px;display: block}

}
@media(max-width: 576px){
	.header{height: 50px;}
	.h-logo{height: 100%;padding:8px 0;}
	.h-logo img{max-height: 34px;width:auto;max-width: calc(100% - 60px)}
	.h-menu{display: flex;flex-direction: column;justify-content: center;top:0;}
	.header.active .h-menu{top:0px;}
	.header.active .h-logo{padding:8px 0;}
}


/*banner*/
.flash{width:100%;overflow: hidden;position: relative;}
.banner{width:100%;margin:0 auto;}
.banner .swiper-slide{position: relative;width:100%;overflow: hidden;height: 100vh}
.banner .swiper-slide .pic{position: absolute;top:0;left:0;transform: scale(1.1,1.1);transition:all 3s;height: 100%;object-fit: cover;width:100%;}
.banner .swiper-slide .pic.on{transform: scale(1,1);}
.banner1-pic{height:80vh;display: flex;flex-direction: row;justify-content: center;align-items: center;padding:0 15px;}
.banner .page-cirle{bottom: 100px;width: 94px;height: 94px;z-index: 22;--bs-progress-bg:none;--bs-progress-bar-bg:none;}
.banner .page-cirle:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border-radius: 100%;border: 1px solid rgba(255,255,255,.5); content: "";}
.banner .page-cirle > span{position: absolute;top: 0;width: 50%;height: 100%;z-index: 1;overflow: hidden;}
.banner .page-cirle .progress-left{left: 0;display: none;}
.banner .page-cirle .progress-bar{position: absolute;top: 0;width: 100%;height: 100%;border: 1px solid var(--zhu-color);box-sizing: border-box;}
.banner .page-cirle .progress-left .progress-bar{left: 100%;border-top-right-radius: 80px;border-bottom-right-radius: 80px;
border-left: 0; -webkit-transform-origin: center left;transform-origin: center left;}
.banner .page-cirle .progress-right{right: 0;display: none;}
.banner .page-cirle .progress-right .progress-bar{left: -100%;border-top-left-radius: 80px;border-bottom-left-radius: 80px;border-right: 0;
-webkit-transform-origin: center right;transform-origin: center right;animation: loading-1 2.5s linear  forwards;}
.banner .page-cirle .progress-left .progress-bar{animation: loading-2 2.5s linear forwards 2.5s; }
.banner .page-cirle.on .progress-left,.banner .page-cirle.on .progress-right{display: block;}
.dwzycenter{position: absolute;left: 50%;transform: translateX(-50%);}
.dwsxcenter{position: absolute;top: 50%;transform: translateY(-50%);}
.mflex_center{display: flex;justify-content: center;align-items: center;}
.dwcenter{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.trans{transition: all .5s}
.banner .swiper-pagination{height: 1em;color: #fff;}
.banner .swiper-pagination ul{position: relative;height: 1.5em;width: 20px; text-align: left; overflow: hidden;}
.banner .swiper-pagination ul li{position: absolute;left: 0px;bottom: 0;width: 100%;line-height: 1em; font-size: 16px}
.banner .swiper-pagination .total{display: block;width: 20px;text-align: right;font-size: 16px}
.banner .swiper-pagination .line{width: 8px;height: 1px;margin: 0 8px;background: #fff;}
.banner .paeg-bann{z-index: 11;width:80%;}
.banner .paeg-bann .next{right: -4px;cursor: pointer;}
.banner .paeg-bann .prev{left: -4px;cursor: pointer;}
.banner .paeg-bann .next .line,.banner .paeg-bann .prev .line{width:60px;height: 2px;background: #fff;}
.banner .paeg-bann .prev .line{margin-left: -14px;}
.banner .paeg-bann .next .iconfont{margin-left: -16px;font-size: 22px;line-height: 1em;color: #fff;}
.banner .paeg-bann .prev .iconfont{font-size: 22px;line-height: 1em;color: #fff;}

.banner .paeg-bann .next:hover .line,.banner .paeg-bann .prev:hover .line{background: var(--zhu-color);}
.banner .paeg-bann .next:hover .iconfont,.banner .paeg-bann .prev:hover .iconfont{color: var(--zhu-color);}
.banner .scorll{bottom:40px;height: 1em;color: #fff;z-index: 22;}
.banner .scorll .iconfont{margin:3px 10px 0 0;font-size: 30px;line-height: 1em;transition: all .5s}
.banner .scorll:hover{color: var(--zhu-color);}


@keyframes loading-1{
0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}

@keyframes loading-2{
0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
100%{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
}
 @keyframes fadenum{
   0%{-webkit-transform:rotate(0deg);}
   		 
	50%{-webkit-transform:rotate(180deg);}

	100%{-webkit-transform:rotate(360deg);}
}
@media(min-width: 1900px){
	.banner .swiper-slide .pic{width:1920px;}
}
@media(max-width: 1400px){
	.banner .swiper-slide{height: 85vh}
}
@media(max-width: 1200px){
	.banner .swiper-slide{height: 75vh}
}
@media(max-width: 992px){
	.banner .swiper-slide{height: 60vh}
}
@media(max-width: 768px){
	.banner .swiper-slide{height:45vh}
	.banner .paeg-bann{display: none;}
	.banner .page-cirle{bottom:100px;width:64px;height: 64px;display: none}
	.banner .scorll{bottom:50px;}
}


@media(max-width: 576px){
	.banner .swiper-slide{height: 38vh}
	.banner .page-cirle{bottom:30px;}
	.banner .scorll{bottom:10px;}
	.banner .page-cirle{width:45px;height: 45px;}
	.banner .swiper-pagination ul li,.banner .swiper-pagination .total{font-size: 12px;width:auto;}
	.banner .swiper-pagination ul{width:15px;height: 1em;}
	.banner .swiper-pagination .line{width:3px;margin:0 2px;}
}



/*ititle*/
.ititle{margin:30px 0;text-align: center;}
.ititle-hd{position:relative;text-align: center;}
.ititle-hd .hd{color:#6f6f6f;font-family: Impact;font-size: 90px;text-transform: uppercase;opacity: 0.08;line-height: 1}
.ititle-hd .bd{color:#333333;font-weight: bold; font-size: 48px;position: absolute;top:10px;left:50%;transform:translateX(-50%);}
.ititle-md{width:55px;height: 4px;background: var(--zhu-color);margin:12px auto;}
@media(max-width: 992px){
	.ititle-hd .hd{font-size: 80px;}
	.ititle-hd .bd{font-size: 36px;}
}

@media(max-width: 576px){
	.ititle-hd .hd{font-size: 40px}
	.ititle-hd .bd{font-size: 30px;top:-3px;}
}

/*icom*/
.icom{overflow: hidden;padding:70px 0;}
.icom .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.icom-left{display: flex;flex-direction: column;width:calc(calc(100% - 30px)/2);}
.icom-left .hd{position: relative;margin-top:15px}
.icom-left .hd .t1{color:#f4f4f4;font-size: 92px;font-family: Impact;line-height: 1}
.icom-left .hd .t2{color:#333333;font-size: 36px;font-weight:bold;position: absolute;top:20px;left: 10px;}
.icom-left .md{width:100%;padding:30px 0 40px;border-bottom:dashed 1px #eaeaea;}
.icom-left .md p{line-height: 34px;-webkit-line-clamp:3;font-size:16px;color:#333333;}
.icom-left .bd{display: flex;flex-direction: row;justify-content: space-around;width:100%;margin:35px 0;}
.icom-left .bd li{width:30%;display: flex;flex-direction:column;}
.icom-left .bd li .hdd{display: flex;flex-direction: row;justify-content: center;}
.icom-left .bd li .hdd b{color:var(--zhu-color);font-size: 48px;font-family: Impact;}
.icom-left .bd li .hdd span{font-size:12px;color:#060606;}
.icom-left .bd li .bdd{font-size:14px;margin-top:10px;text-align: center;}
.icom-left .more{width:175px;height: 45px;line-height: 45px;display: flex;flex-direction: row;justify-content: center;border:solid 1px #a6a5a5;transition: all .5s;position: relative;}
.icom-left .more:before{content:'';width:0;height: 45px;background: var(--zhu-color);left:0;top:0;transition: all .5s;position: absolute;}
.icom-left .more span{font-size:16px;color:#333;margin-right: 20px;transition: all .5s;position: relative;}
.icom-left .more i{color:var(--zhu-color);font-size: 20px;transition: all .5s;position: relative;}
.icom-left .more:hover{border-color:var(--zhu-color);}
.icom-left .more:hover:before{background: var(--zhu-color);width:100%;}
.icom-left .more:hover span{color:#fff;}
.icom-left .more:hover i{color:#fff;}
.icom-right{width:calc(calc(100% - 30px)/2);}
.icom-right img{border-radius: 2px;height: 100%;object-fit: cover;}
@media(max-width: 992px){
	.icom-left .hd{margin:0;}
	.icom-left .hd .t1{font-size: 75px}
	.icom-left .hd .t2{top:10px;font-size: 32px}
	.icom-left .md{padding:20px 0;}
	.icom-left .bd{margin:20px 0;}
	.icom-left .bd li .hdd b{font-size: 40px}

}
@media(max-width: 768px){
	.icom{padding:45px 0;}
	.icom .container-fluid{flex-direction: column-reverse;}
	.icom-left{width:100%;margin-top: 30px;}
	.icom-right{width:100%;}
}
@media(max-width: 576px){
	.icom-left .hd .t1{font-size: 68px;}
	.icom-left .hd .t2{font-size: 30px}
	.icom-left .md p{font-size: 14px;}
	.icom-left .bd{margin:30px 0;}
	.icom-left .bd li .hdd b{font-size: 32px;}
	.icom-left .bd li .bdd{font-size: 12px;}
}

/*ipro*/
.ipro{background: url(../images/ipro-bg.jpg) center no-repeat;padding-bottom: 90px;overflow:hidden;}
.ipro-hd{padding:30px 0 15px;}
.ipro-md{overflow: hidden;}
.ipro-md .swiper-slide{cursor: pointer;}
.ipro-md .image06 .buttons .fa{margin:0 8px;color:var(--zhu-color);font-size: 25px;transition: all .5s}
.ipro-md .image06 .buttons .fa:hover{background: var(--zhu-color);color:#fff;}
.ipro-md .swiper-slide-active.image06 .imgT{opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);}
/*.ipro-md .swiper-slide-active.image06 .ovrly{opacity: 1}*/
.ipro-md .swiper-slide-active.image06 .buttons .fa{opacity: 1}
.ipro-bd{width:100%;overflow: hidden;position:relative;}
.ipro-bd:before{content:'';position: absolute;top:0;left:0;background: #fff;width:100%;height: 145px;}
.ipro-bd .swiper-slide{display: flex;flex-direction: column;align-items: center;padding:15px 0;cursor: pointer;transition: all .5s}
.ipro-bd .hd i{font-size: 40px;color:#828282;transition: all .5s}
.ipro-bd .md{font-size: 20px;color:#333333;padding:10px 0;transition: all .5s;text-align: center;width:100%;}

.ipro-bd .bd i{font-size: 30px;color:#fff;font-weight: lighter;opacity: 0;transition: all .5s;}
.ipro-bd .swiper-slide-thumb-active{background: var(--zhu-color);}
.ipro-bd .swiper-slide-thumb-active .hd i{color:#fff;}
.ipro-bd .swiper-slide-thumb-active .md{color:#fff;}
.ipro-bd .swiper-slide-thumb-active .bd i{color:#fff;opacity: 1}
@media(max-width: 992px){
	.ipro-md{height: 550px}
	.ipro-md .swiper-slide.image06 .imgB{height: 100%;object-fit: cover;}
	.ipro-md .swiper-slide.image06 .imgT{height: 100%;object-fit: cover;}
}
@media(max-width: 768px){
	.ipro-md{height: 350px}
	.ipro-md .swiper-slide.image06 .imgB{height: 100%;object-fit: cover;}
	.ipro-md .swiper-slide.image06 .imgT{height: 100%;object-fit: cover;}
	.ipro-bd:before{height: 120px}
	.ipro-bd .hd i{font-size: 30px;}
	.ipro-bd .md{font-size: 16px;padding:5px 0;}
	.ipro-bd .bd i{font-size: 25px;}
}
@media(max-width: 576px){
	.ipro{padding-bottom: 45px}
	.ipro-hd{padding:15px 0 0;}
	.ipro-md{height:250px;}
	.ipro-bd:before{height: 90px}
	.ipro-bd .swiper-slide{padding:10px 0;}
	.ipro-bd .hd i{line-height: 1}
}

/*iwenhua*/
.iwenhua{overflow: hidden;padding:60px 0 15px;}
.iwenhua .container-fluid{display: flex;flex-direction: row;justify-content: space-between;}
.iwenhua-left{background: url(../images/iwenhua-left-bg.jpg) center no-repeat;padding:60px 45px;color:#fff;background-size: cover;width:55%;display: block;transition: all .5s;position: relative;overflow: hidden;}
.iwenhua-left:before{content:'';position: absolute;width:0%;height: 0%;top:50%;left:50%;transform: translate(-50%,-50%);border-radius: 50%;background: var(--zhu-color);opacity: 0;transition:all .5s;}
.iwenhua-left .t1{font-size: 36px;font-weight: bold;position: relative;}
.iwenhua-left .t2{font-size: 16px;text-transform:uppercase;position: relative;}
.iwenhua-left .bd{font-size: 16px;line-height: 30px;margin-top: 45px;position: relative;}
.iwenhua-left:hover{box-shadow: 0 0 10px #555;border-radius: 3px}
.iwenhua-left:hover:before{opacity: 0.5;width:200%;height: 200%}
.iwenhua-right{width:calc(45% - 15px);}
.iwenhua-right .hd,.iwenhua-right .bd{padding-top:15%;text-align: center;color:#fff;padding-bottom: 25%;transition: all .5s;position:relative;overflow: hidden;display: block;}
.iwenhua-right .hd{background: url(../images/iwenhua-right-hd-bg.jpg) center no-repeat;background-size: cover;margin-bottom: 15px;}
.iwenhua-right .hd:before,.iwenhua-right .bd:before{content:'';position: absolute;width:0%;height: 0%;top:50%;left:50%;transform: translate(-50%,-50%);border-radius: 50%;background: var(--zhu-color);opacity: 0;transition:all .5s;}
.iwenhua-right .bd{background: url(../images/iwenhua-right-bd-bg.jpg) center no-repeat;background-size: cover;}
.iwenhua-right .t1{font-size: 30px;font-weight: bold;transition: all .5s;position: relative;}
.iwenhua-right .t2{font-size: 14px;text-transform:uppercase;position: relative;}
.iwenhua-right .hd:hover,.iwenhua-right .bd:hover{box-shadow: 0 0 10px #555;border-radius: 3px}
.iwenhua-right .hd:hover:before,.iwenhua-right .bd:hover:before{opacity: 0.5;width:200%;height: 200%}
@media(max-width: 768px){
	.iwenhua .container-fluid{flex-direction: column;}
	.iwenhua-left{width:100%;margin-bottom: 15px;padding:20px;}
	.iwenhua-left .bd{margin:20px 0;}
	.iwenhua-right{width:100%;}
}
@media(max-width: 576px){
	.iwenhua{padding:30px 0 0px;}
	.iwenhua-left .t1{font-size:26px;}
	.iwenhua-left .t2{font-size:12px;}
	.iwenhua-left .bd{font-size: 14px;line-height: 24px}
	.iwenhua-right .t1{font-size: 26px;}
	.iwenhua-right .t2{font-size: 12px;}
}

/*inews*/
.inews{margin-bottom: 60px}
.inews-hd{padding:30px 0 15px;}
.inews-bd{overflow: hidden;padding-bottom: 70px;--swiper-theme-color: var(--zhu-color);}
/*.inews-bd .swiper-slide{transition:all .5s}*/
.inews-bd a{width:100%;display:flex;flex-direction: column;border:solid 1px #bfbfbf;padding:25px 25px 60px;transition: all .5s}
.inews-bd a b{font-size: 50px;font-weight: bold;color:#333;font-family: 'Arial';transition: all .5s}
.inews-bd a small{font-size: 14px;font-weight: bold;color:#666666;font-weight: normal;}
.inews-bd a .t1{-webkit-line-clamp:2;font-size:18px;color:#333333;line-height: 30px;margin:20px 0 30px;transition: all .5s}
.inews-bd a .img img{transition: all .5s}
.inews-bd a .img{padding-bottom: 50%}
.inews-bd a .t2{color:#999999;line-height: 30px;margin:30px 0;-webkit-line-clamp:2;}
.inews-bd a span{color:#999999;transition: all .5s}
.inews-bd a span i{margin-left:10px;}
/*.inews-bd .swiper-slide:hover{border:solid 1px var(--zhu-color);}*/
.inews-bd a:hover{border-color:var(--zhu-color);}
.inews-bd a:hover b{color:var(--zhu-color);}
.inews-bd a:hover .t1{color:var(--zhu-color);}
.inews-bd a:hover .img img{transform: scale(1.1,1.1) rotate(-2deg)}
.inews-bd a:hover span{color:var(--zhu-color);}
.inews-bd .swiper-pagination span{width:15px;border-radius: 5px;height: 3px;transition: all .5s}
.inews-bd .swiper-pagination .swiper-pagination-bullet-active{width:25px;}
@media(max-width: 576px){
	.inews-hd{padding:15px 0 0;}
	.inews-bd{padding:0;padding-bottom: 60px}
	.inews-bd a{padding:15px 15px 30px;}
	.inews-bd a b{font-size: 30px}
	.inews-bd a small{font-size: 12px;}
	.inews-bd a .t1{font-size:15px;line-height: 26px;margin:15px 0 20px;}
	.inews-bd a .t2{margin:15px 0;}
}



/*footer*/
.footer{background: url(../images/f-bg.jpg) center no-repeat;padding:115px 0 0px;background-size: cover;overflow: hidden;}
.f-hd{width:100%;}
.f-left{width:425px;float: left;}
.f-left .t1{color:#fff;font-size:40px;font-family: Impact;text-transform: uppercase;line-height: 1.2}
.f-left .t2{color:#fff;font-size:24px;}
.f-left small{width:175px;height: 45px;background: var(--zhu-color);color:#fff;text-align:center;line-height: 45px;text-transform: uppercase;display: block;font-size: 18px;margin-top: 30px;}
.f-left .t3{color:#fff;font-size:16px;line-height: 30px;padding:30px 0;}
.f-left ul li{display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding:5px 0;}
.f-left ul li span{width:28px;height: 28px;text-align: center;line-height: 28px;display: block;background: #a6a6a6;border-radius: 50%}
.f-left ul li span i{color:var(--zhu-color);font-size: 20px;opacity: 0.8}
.f-left ul li p{width:calc(100% - 35px);color:#f8f7f7;}
.f-ewm{width:190px;padding:5px;background: rgba(199,199,199,.5);margin-top: 45px;margin-bottom: 60px;}
.f-ewm img{width:140px;}
.f-ewm p{width:50px;font-weight: lighter;color:#fff;width:23px;float: right;margin-top: 10px;}
.f-right{width:calc(100% - 475px);float: right;position: relative;margin-bottom: 60px;}
.f-right .left{padding:60px;width:445px;overflow:hidden;float: left;background: rgba(248,247,247,0.85);position: relative;z-index: 2}
.f-right .left .hd{position: relative;}
.f-right .left .hd .t1{font-size: 70px;color:#333;letter-spacing: 2px;opacity: 0.04;text-transform: uppercase;line-height: 1}
.f-right .left .hd .t2{font-size: 18px;color:#333333;line-height: 30px;position:absolute;top:5px;left:0;}
.f-msg{margin-top:15px;overflow: hidden;}
.f-msg li{margin:10px 0;background: #ecebea;padding:6px 0px;border-radius: 3px;overflow: hidden;width:100%;float: left;}
.f-msg li i{color:#ababab;float: left;line-height: 36px;margin-left: 10px}
.f-msg li input{width:calc(100% - 45px);float: right;height: 36px;background: none;line-height: 36px;color:#ababab;margin-right:10px;}
.f-msg li textarea{width:calc(100% - 45px);border:none;float: right;background: none;height: 90px;margin:7px 10px 7px 7px;}
.f-msg .code{float: left;display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.f-msg .code li{width:calc(100% - 125px);}
.f-msg .code img{width:100px;height: 48px;margin:10px 0;}
.f-msg li:last-child{background: none;}
.f-msg li a{width:100%;height: 48px;background: #fff;text-align: center;line-height: 48px;color:var(--zhu-color);font-size: 16px;display: block;border-radius: 3px;transition: all .5s;border:solid 1px var(--zhu-color);}
.f-msg li a:hover{background:var(--zhu-color);color:#fff; }
.f-right .right{position: absolute;left:0px;top:0;width:100%;height: 100%}
.f-bd{background: #191919;text-align: center;color:#fff;padding:10px;font-size: 14px;line-height: 1.5;overflow: hidden;width:100%;}
.f-bd a{color:#fff;display: inline-block;}
.f-bd a:hover{color:var(--zhu-color);}
@media(max-width: 1400px){
	.f-left{width:350px;}
	.f-right{width:calc(100% - 380px);}
	.f-right .left{padding:60px 45px;}
	.f-msg{margin-bottom: 30px;}
}
@media(max-width: 1200px){
	.footer{padding-top:60px;}
	.f-left{width:300px;}
	.f-left .t3{padding:20px 0;font-size: 14px;line-height: 24px}
	.f-right{width:calc(100% - 330px);}
	.f-right .left{padding:40px 25px;width:300px;}
	.f-right .left .hd .t1{font-size: 55px;line-height: 1.3}
	.f-ewm{width:170px;margin:30px 0;}
	.f-ewm img{width:120px;}
	.f-ewm p{line-height: 1.2}
}
@media(max-width: 768px){
	.f-left{width:100%;}
	.f-right{display: none}
}
@media(max-width: 576px){
	.footer{padding-bottom: 50px;}
	.f-left .t1{font-size: 30px}
	.f-left .t2{font-size: 20px}
}
/*l-banner*/
.l-banner{width:100%;height: 470px;overflow: hidden;color:#fff;display: flex;flex-direction: column;justify-content: center;z-index: 1;;background: url(../images/l-banner.jpg) top center no-repeat;background-attachment: fixed;padding-top:30px}
.l-banner .wrap{padding:0 15px;}
.l-banner .t1{font-size: 42px;font-weight: bold;line-height: 1}
.l-banner .t2{font-size: 18px;margin:25px 0;line-height: 1.5}
.l-banner span{width:55px;height: 3px;background: #fff;display:block;}


@media(max-width: 576px){
	.l-banner{height: 280px; }
	.l-banner .t1{font-size: 24px;}
	.l-banner .t2{font-size: 14px;}

}
/*position*/
.position{border-bottom: solid 1px #f3f2f2;padding-top: 5px;overflow: hidden;}

.p-left{width:50%;float: left;overflow: hidden;}
.p-left a{height: 70px;line-height: 70px;display: block;float: left;margin-right: 30px;color:#333;font-size: 16px;position: relative;transition: all .5s}
.p-left a:after{content:'';position: absolute;bottom:0;left:50%;height: 2px;background:var(--zhu-color);width:0;;transition: all .5s;transform: translateX(-50%);}
.p-left a:hover,.p-left a.on{color:var(--zhu-color);}
.p-left a:hover:after,.p-left a.on:after{width:100%;}
.p-right{width:50%;float: right;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;height: 70px;}
.p-right i{color:var(--zhu-color);font-size:30px;margin-right: 10px;}
.p-right p{color:#666666;}
.p-right p a{color:#666666;display: inline-block;}
.p-right p a:hover{color:var(--zhu-color);}
.pinfo-position .p-right{justify-content: flex-start;width:100%;}
@media(max-width: 1400px){
	.p-right{height: 50px;}
}
@media(max-width: 992px){
	.position .container-fluid{display: flex;flex-direction: column-reverse;}
	.p-left{width:100%;}
	.p-right{width:100%;justify-content: flex-start;}
	.pinfo-position .p-right{display:flex;}
}
@media(max-width: 576px){
	.p-left a{height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}
	.p-right i{font-size: 16px;}
	.p-right p{font-size: 12px;}
	.pinfo-position .p-right{display:flex;}
}

.l-title{margin:30px 0;text-align: center;position: relative;}
.l-title .hd{font-size: 72px;position: absolute;color:#333;opacity: 0.04;font-family: Impact;text-transform: uppercase;top:0;left:50%;transform: translateX(-50%);width:100%;}
.l-title .md{text-align: center;font-size: 36px;color:#333333;padding-top: 25px;}
.l-title .md b{color:var(--zhu-color);font-weight:bold;}
.l-title .bd{color:#333;text-transform: uppercase;font-size: 18px;opacity: 0.66}
@media(max-width: 768px){
	.l-title .hd{font-size: 65px}
}
@media(max-width: 576px){
	.l-title{margin:15px 0;}
	.l-title .hd{display: none;}
	.l-title .md{font-size: 30px;padding-top: 0}
	.l-title .bd{font-size: 14px}
}

/*com-part1*/
.com-part1{padding:60px 0;overflow: hidden;width:100%;}
.com-part1-hd{overflow: hidden;display: flex;flex-direction: row;justify-content: space-between;padding:0 15px;}
.com-part1-hd .left{overflow: hidden;width:calc(100% - 530px);}
.com-part1-hd .left .t1{overflow: hidden;font-size: 36px;font-family: Impact;background-image: linear-gradient(to right,var(--zhu-color), var(--pei-color),var(--zhu-color)); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;text-transform: uppercase;font-weight: bold;
}

 .com-part1-hd .left .t2{color:var(--zhu-color);font-family: Arial;font-size:18px;text-transform: uppercase;}
 .com-part1-hd .left .t3{font-size: 16px;line-height: 36px;color:#333;margin-top: 30px;-webkit-line-clamp:6;}
 .com-part1-hd .right{width:500px;position: relative;}
 .com-part1-hd .right .box{width:calc(100% - 44px);height: calc(100% - 44px);border:solid 1px #fff;position: absolute;top:22px;left:22px;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;z-index: 1}
  .com-part1-hd .right .pic{width:100%;height: 100%;border-top-right-radius:50px;border-bottom-left-radius: 50px;overflow: hidden;}
  .com-part1-hd .right .pic img{object-fit: cover;width:100%;height: 100%;}
  .com-part1-hd .more{width:150px;display: flex;flex-direction: row;justify-content: space-between;margin:30px 30px 15px;float: right;}
  .com-part1-hd .more span,.com-part1-hd .more i{height: 40px;line-height: 40px;display: block;background: var(--zhu-color);color: #fff;text-align: center;transition: all .5s}
	.com-part1-hd .more span{width:107px;font-size: 16px;}
	.com-part1-hd .more i{width:40px;font-size: 24px;}
	.com-part1-hd .more:hover span{border-radius: 10px;}
	.com-part1-hd .more:hover i{border-radius: 50%;}
 	.com-part1-bd{background:#fafafa;display: flex;flex-direction: row;height: 220px;margin-top: 60px;}
 	.com-part1-bd li{display: flex;flex-direction: column;align-items: center;justify-content: center;width:25%;border-right:solid 1px #e9e9e9;}
   .com-part1-bd li:last-child{border-right:none;}
 .com-part1-bd li i{display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 60px;line-height: 1}
  .com-part1-bd li .t1 b{font-size: 45px;font-weight: bold;color:var(--zhu-color);}
  .com-part1-bd li .t1 span{font-size: 16px;margin-left: 5px}
  .com-part1-bd li .t2{font-size: 16px;color:#999999;}

@media(max-width: 1600px){
	.com-part1-hd .left{width:calc(100% - 730px);}
	.com-part1-hd .right{width:700px;}
}
@media(max-width: 1400px){
	.com-part1-hd .left{width:calc(100% - 630px);}
	.com-part1-hd .right{width:600px;}
}
@media(max-width: 1200px){
	.com-part1-hd .left{width:calc(100% - 530px);}
	.com-part1-hd .right{width:500px;}
}
@media(max-width: 992px){
	.com-part1-hd{flex-direction: column;}
	.com-part1-hd .left{width:100%}
	.com-part1-hd .right{width:100%;}
	.com-part1-bd{margin-top: 45px;}
	.com-part1-bd li i{font-size: 50px}
	.com-part1-bd li .t1 b{font-size: 40px;}
}
@media(max-width: 768px){
	.com-part1-bd{height: 160px}
	.com-part1-bd li i{font-size: 40px}
	.com-part1-bd li .t1 b{font-size: 30px;}
	.com-part1-bd li .t2{font-size: 14px}
}
@media(max-width: 576px){

	.com-part1{padding:30px 0;}

	.com-part1-hd .left .t1{font-size:30px;}
	.com-part1-hd .left .t2{font-size:16px;}
	.com-part1-hd .left .t3{font-size: 14px;line-height: 26px}
	.com-part1-hd .right .box{width:calc(100% - 22px);height: calc(100% - 22px);top:11px;left:11px;}
	.com-part1-bd{flex-wrap: wrap;height: 315px;margin-top: 30px}
	.com-part1-bd li{width:50%;height: 150px;margin-bottom: 15px}
	.com-part1-bd li:nth-child(2){border-right:none;}
}

/*com-part2*/
.com-part2{background: url(../images/com-part2-bg.jpg) center no-repeat;height: 700px;width:100%;background-attachment: fixed;padding:30px 0;}
.com-part2 .l-title .hd{color:#fff;opacity: 0.1}
.com-part2 .l-title .md{color:#fff;}
.com-part2 .l-title .md b{color:#fff;}
.com-part2 .l-title .bd{color:#fff;}
.com-part2-bd{overflow: hidden;padding:60px 15px;}
.com-part2-bd .swiper-slide{border-radius: 20px;position: relative;padding:45px 100px;text-align: center;cursor: pointer;overflow: hidden;transition: all .5s;}
.com-part2-bd .swiper-slide .bg{position: absolute;top:0;left:0;width:100%;height: 100%;background: rgba(255,255,255,.7);z-index: 0}
.com-part2-bd .swiper-slide:before{content:'';top:12px;left: 12px;width:calc(100% - 24px);height: calc(100% - 24px);border:solid 1px #ccc;position: absolute;z-index: 2;border-radius: 20px;}

.com-part2-bd .swiper-slide i{width:80px;height: 80px;border-radius:50%;background: var(--zhu-color);color:#fff;font-size: 40px;text-align: center;line-height: 80px;display: block;margin:0 auto;position: relative;z-index: 2}
/*.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 65px}
.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 65px}*/
.com-part2-bd .swiper-slide .t1{text-align: center;font-size: 26px;font-weight:bold;padding:10px 0;position: relative;z-index: 2}
.com-part2-bd .swiper-slide .t2{text-align: center;font-size: 15px;line-height: 26px;height: 90px;position: relative;z-index: 2;opacity: 0.7}
.com-part2-bd .swiper-slide.on{color:#fff; }
.com-part2-bd .swiper-slide.on .bg{background:linear-gradient(to right bottom,var(--zhu-color), var(--pei-color));opacity: 0.7}
@media(max-width: 1600px){
	.com-part2-bd .swiper-slide{padding:45px 50px;}
}
@media(max-width: 992px){
	.com-part2{height: auto}
	.com-part2-bd .swiper-slide{padding:45px 30px;}
	.com-part2-bd .swiper-slide i{font-size: 40px;width:60px;height: 60px;;line-height: 60px;}
	.com-part2-bd .swiper-slide:nth-child(1) i{font-size: 55px}
	.com-part2-bd .swiper-slide:nth-child(3) i{font-size: 55px}
	.com-part2-bd .swiper-slide .t1{font-size: 24px;}
	.com-part2-bd .swiper-slide .t2{font-size: 14px;}
}
@media(max-width: 576px){
	.com-part2-bd{padding:30px;}
	.com-part2-bd .swiper-slide{border-radius: 30px}
	.com-part2-bd .swiper-slide:before{border-radius: 30px}
}

/*com-part3*/
.com-part3-bd{overflow: hidden;width:100%;padding:30px 15px 30px;}
.com-part3-bd .swiper-slide{background: #f2f2f2;}
.com-part3-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;border-radius: 3px;transition: all .5s;}
.com-part3-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part3-bd .swiper-slide a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background: var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.com-part3-bd .swiper-slide a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box i{font-size: 50px;}
.com-part3-bd .swiper-slide a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;}
.com-part3-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.com-part3-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part3-bd .swiper-slide a.on .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.com-part3-bd .swiper-slide a.on .bd{letter-spacing: 1px}
.com-part3-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part3-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part3-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}
@media(max-width: 576px){
	.com-part3{padding-top: 15px;}
	.com-part3-bd{padding:15px 23px 45px;}
}

/*com-part4*/
.com-part4{background: url(../images/company_honor.jpg) center bottom no-repeat;padding:30px 0;background-attachment: fixed;margin:30px 0 0px}
.com-part4 .l-title .hd{color:#fff;}
.com-part4 .l-title .md{color:#fff;}
.com-part4 .l-title .md b{color:var(--zhu-color);}
.com-part4 .l-title .bd{color:#eee;}
.com-part4-bd{overflow: hidden;width:100%;padding:30px 15px 45px;}
.com-part4-bd .swiper-slide{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.com-part4-bd .swiper-slide a{display: block;width:100%;padding:13px;overflow: hidden;transition: all .5s;position:relative;}
.com-part4-bd .swiper-slide a .hd{overflow: hidden;position: relative;width:100%;}
.com-part4-bd .swiper-slide a .bd{text-align: center;font-size: 16px;line-height: 30px;color:#fff;margin-top: 10px;transition: all .5s;position: absolute;bottom:0;left:0;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:100%;display: flex;height: 40px;flex-direction: column;align-items: center;justify-content: center;}
.com-part4-bd .swiper-slide a .bd i{font-size: 40px;display: none;margin-bottom: 15px}
.com-part4-bd .swiper-slide a.on{box-shadow: 0 0 10px #ccc;}
.com-part4-bd .swiper-slide a.on .bd{letter-spacing: 1px;height: 100%;}
.com-part4-bd .swiper-slide a.on .bd i{display: block;}
.com-part4-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part4-bd .pagination{text-align: center;margin-top: 30px;justify-content: center;}
.com-part4-bd .pagination .swiper-pagination-bullet{border-radius: 0;width:20px;height: 3px;transition: all .5s}
.com-part4-bd .pagination .swiper-pagination-bullet-active{background: var(--zhu-color);width:30px;}

@media(max-width: 576px){
	.com-part4{padding-top: 15px;}
	.com-part4-bd{padding:15px 23px 45px;}
}

/*single*/
.single{background: #f0f0f0;padding:30px 0;overflow: hidden;}
.single .box{line-height: 260%;font-size: 110%;background: #fff;padding:45px;background: #fff;border-radius: 5px}

/*proSection*/
.proSection{overflow: hidden;margin-bottom:30px;}
.proSection .box{background: #f4f6f8;padding:15px 25px 30px;overflow: hidden;border-radius: 5px;}
.proSection-hd{display: flex;flex-direction: row;justify-content: space-between;padding:15px 0;}
.proSection-hd .btnn{width:300px;display: flex;flex-direction: row;justify-content: space-between;}
.proSection-hd .t1{width:calc(100% - 300px);position: relative;font-size: 22px;padding-bottom:15px;}
.proSection-hd .t1:after{content:'';position: absolute;left:0;bottom:0;width:35px;height: 2px;background: var(--zhu-color)}
.proSection-hd .btnn a{width:130px;height: 45px;border-radius: 3px;display: flex;color:#fff;background:var(--pei-color);text-align: center;flex-direction: row;justify-content: center;transition: all .5s;line-height: 45px;}
.proSection-hd .btnn a.on{background: var(--zhu-color);}
.proSection-hd .btnn a i{margin-right: 5px;font-size: 20px;}
.proSection-md{margin:15px 0;color:#999;line-height: 24px}
.proSection-type{padding:15px 0;}
.proSection-type a{padding:5px 10px;border:solid 1px #ccc;color:#777;margin-right: 10px;transition: all .5s;display: inline-block;margin-bottom: 10px;}
.proSection-type a:hover{border-color:var(--zhu-color);color:var(--zhu-color);}
.proSection-bd{overflow: hidden;margin-top: 30px;}
.proSection-bd .swiper-slide .hd{padding:8px;border:solid 1px #dfdfdf;transition: all .5s}
.proSection-bd .swiper-slide .img{padding-bottom: 75%}
.proSection-bd .swiper-slide .img img{transform: scale(1.05,1.05);transition: all .5s}
.proSection-bd .swiper-slide p{height: 56px;line-height: 56px;padding:0 15px;background: #fff;color:#333;transition: all .5s}
.proSection-bd .swiper-slide:hover .hd{border-color:var(--zhu-color);}
.proSection-bd .swiper-slide:hover .img img{transform: scale(1,1);}
.proSection-bd .swiper-slide:hover p{color: var(--zhu-color);}
@media(max-width: 768px){
	.proSection-hd{flex-direction: column;}
	.proSection-hd .t1{width:100%;}
	.proSection-hd .btnn{margin-top: 25px;}
}
@media(max-width: 576px){

	.proSection .box{padding:15px 15px 25px;}
	.proSection-hd{padding-top: 0}
	.proSection-hd .btnn{width:100%;}
	.proSection-hd .btnn a{width:120px;height: 36px;line-height: 36px}
	.proSection-bd{padding:0 30px;}
	.proSection-bd .swiper-slide p{height: 40px;line-height: 40px;padding:0 10px;}
	.proSection-type a{margin-right:5px;margin-bottom: 5px;}
}

/*prolist*/
.prolist{overflow: hidden;width:100%;}

.prolist-right{width:100%;float: right;}
.prolist-right .item{margin-bottom: 30px;display: block;padding:8px;border:solid 1px #eeeddf;position: relative;}
.prolist-right .item .img{padding-bottom: 75%}
.prolist-right .item .img img{transform: scale(1.05,1.05);transition: all .5s}
.prolist-right .item p{height: 55px;background: #f5f5f5;line-height: 55px;font-size: 16px;text-align: center;padding:0 15px;transition: all .5s;color:#333;}
.prolist-right .item:hover .img img{transform: scale(1,1);}
.prolist-right .item:hover p{background: var(--zhu-color);color:#fff;}
@media(max-width: 1400px){
	.prolist-left .sidebar{width:100%;}
}
@media(max-width: 1200px){
	.prolist .wrapp{padding:0;}
	.prolist-left{display: none}
	.prolist-right{width:100%;min-height: auto;}
}
@media(max-width: 576px){
	.prolist-right .row>div{padding-left: 3px;padding-right: 3px;}
	.prolist-right .item{margin-bottom: 15px;}
	.prolist-right .item p{padding:0px 5px;font-size: 14px;height: 40px;line-height: 40px;}
}

/*proinfo-part1*/
.proinfo-part1{margin-top:30px;}
/*g_focus*/
.g_focus{ overflow: hidden; margin-bottom: 30px; }
.g_focus .info{ overflow: hidden; }
.g_focus .info b{ font-size: 24px; color: #333333; line-height: 1.3; display: block; margin-bottom: 10px }
.g_focus .info .brief{ padding-left: 20px; border-left: 2px solid var(--zhu-color); font-size: 18px; color: var(--zhu-color); margin-bottom: 5px;line-height: 1.2 }
.g_focus .info p{ font-size: 14px; color: #999999; overflow: hidden;margin-bottom: 12px;line-height: 1.8; }
.g_focus .info p.clamp{-webkit-line-clamp:2;}
.g_focus .info .order-btn{ float: left; line-height: 1; padding:12px 80px; background: var(--zhu-color); border-radius: 3px; font-size: 16px; color: #ffffff; transition: all .3s; }
.g_focus .info .order-btn:hover{ transition: all .3s; background: var(--zhu-color); }
.g_focus .info .tel{ float: left; margin-left: 40px; overflow: hidden; position: relative; top:5px; }
.g_focus .info .tel span{ float: left; margin-right: 12px;  color: var(--zhu-color); font-size: 26px; }
.g_focus .info .tel div{ float: left; /*width: 50%;*/ }
.g_focus .info .tel i{ font-size: 14px; display: block; line-height: 1; color: #666666; font-style: normal; }
.g_focus .info .tel b{ font-size: 24px; color: var(--zhu-color); line-height: 1; margin: 6px 0 0; }
#g_xgcp{ overflow: hidden;  margin:20px 0; padding-right: 2px}
#g_xgcp a{ display: block; width: 100%; overflow: hidden; padding-bottom: 75%; position: relative; border:1px solid #e1e0e0;transition: all .5s }
#g_xgcp a img{ width: 100%; height: 100%; object-fit: cover; position: absolute; transition: all .3s;}
#g_xgcp a b{ display: block; background: rgba(23,77,183,.7); width: 100%; box-sizing: border-box; padding:0 15px; line-height: 46px; text-align: center; font-size: 16px; color: #ffffff; line-height: 46px; position: absolute; left:0; bottom:0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#g_xgcp a:hover{border-color:var(--zhu-color);}
#g_xgcp a:hover img{  transform: scale(1.05); }
#gfocus{ width: 100%;  border:1px solid #f1f1f1;overflow:hidden;position: relative; }
#gfocus img, #glist img{ width: 100%; height: 100%; object-fit: cover; }
 #gfocus .btnn{position: absolute;z-index: 1;width:96%;top: 50%;transform: translateY(-50%);left:2%;}
#gfocus .button-next, #gfocus .button-prev{ background-image: none; width: 36px; height: 36px; position: absolute; z-index: 1}
#gfocus .button-next span, #gfocus .button-prev span{ font-size: 36px; line-height: 1; color: var(--zhu-color); cursor: pointer;}
#gfocus .button-next{right:0;}
#gfocus .button-prev{left:0;}
#glist .swiper-slide{ overflow: hidden; height: 190px; }
#glist .swiper-slide img{ width: 100%; height: 100%; transition: all .3s; }
#glist .swiper-slide:hover img{ transition: all .3s; transform: scale(1.05); }
.info_nav{ background-color: #f1f1f1; overflow: hidden; }
.info_nav b{ font-size: 18px; color: #333333; display: inline-block; line-height: 1; padding:20px 70px; font-weight: normal; cursor: pointer;}
.info_nav b a{ font-size: 18px; color: #333333; }
.info_nav b:nth-of-type(1){  background: var(--zhu-color); color: #fff; }
.info_nav b:hover{ background: var(--zhu-color); color: #fff; }
.info_nav b:hover a{ color: #fff; }
.g_info .txt{ }
.g_info .txt .content{padding:30px 5px;line-height: 260%;font-size: 110%;overflow:hidden;}
.g_info .txt .content .gParm{padding:15px;background: #f0f0f0;border-radius: 5px;margin-bottom: 30px;}
.g_info .txt .content .gParm li{width:100%;display: flex;flex-direction: row;margin: 8px 0;line-height: 1.6;}
.g_info .txt .content .gParm li span{color:var(--zhu-color);font-size: 16px;font-weight: bold;min-width: 60px}
.g_info .txt .content .gParm li p{color:#999;font-size: 16px;line-height: 1.6;}
.g_info .txt img{ max-width: 100%; }
.g_info .txt p{ font-size: 16px; line-height: 32px; /*margin-bottom: 12px;*/ }
.g_info .txt b{ font-size: 20px; color: #333; border-left: 4px solid var(--zhu-color); padding-left: 16px; }
.g_info .txt em{ color: #fff; background: var(--zhu-color); padding:2px 5px; border-radius: 3px; margin-right: 5px; }
.pro-sider{ padding:15px; background: #f1f1f1; width: 100%; box-sizing: border-box; }
.pro-sider b{ font-size: 20px; display: inline-block; padding-left: 10px; border-left: 4px solid var(--zhu-color); margin-bottom: 20px; }
.pro-sider > div{ background: #fff; padding:20px; }
.pro-type a{ display: block; width: 100%; box-sizing: border-box; padding-left: 15px; font-size: 16px; color: #333; height: 46px; line-height: 46px; background: #f1f1f1; transition: all .3s; }
.pro-type a + a{ margin-top: 12px; }
.pro-type a:hover{ background: var(--zhu-color); color: #fff; transition: all .3s; padding-left: 20px; }
#g_param{ width: 80%; margin:0 auto; }
#g_param li{ overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
#g_param li u, #g_param li span{ text-decoration: none; display: block; width: 50%; margin-right: 1px; background: var(--zhu-color); font-size: 18px; color: #fff; text-align: center; line-height: 54px; }
#g_param li u + u, #g_param li span + span{ margin-right: 0; margin-left: 1px; }
#g_param li:nth-child(odd) span{ background: var(--zhu-color); opacity: .8; }
#g_param li:nth-child(even) span{ background: var(--zhu-color); opacity: .6; }
@media only screen and (max-width: 1400px){
  .g_focus .info .order-btn{ padding:16px 100px; }
}
@media only screen and (max-width: 1200px){
  .g_focus .info .order-btn{ padding:16px 50px; }
  .info_nav b{padding:20px 40px;}
}
@media only screen and (max-width: 992px){
	.g_focus .info{margin-top: 30px}
  .pro-sider{ display: none; }
}
@media only screen and (max-width: 768px){
  #g_param{ width: 100%; }
  .info_nav b{ padding:15px 30px; }
}
@media only screen and (max-width: 576px){
  .info_nav b{ padding:15px 18px; font-size: 14px;  }
  .info_nav b a{ font-size: 14px;  }
  .g_focus .info{margin-top: 0}
  .g_focus .info .tel{ margin-left: 0; top:0; width: 100%; }
  .g_focus .info .order-btn{ padding:8px 15px; margin:0 0 20px; }
  .g_focus .info b{ font-size: 20px; line-height: 2; margin:15px 0; }
  .g_info .txt{padding:15px 0;}
  .g_info .txt .content{padding:15px 0;font-size: 100%}
  #gfocus .button-next span, #gfocus .button-prev span{display: none;}
  .g_info .txt .content .gParm li span{font-size: 14px;}
  .g_info .txt .content .gParm li p{font-size: 14px;}
}
/* g_news */
.g_news{ overflow: hidden; padding:40px 0; }
.g_news .hd{ width: 100%; margin-bottom: 36px; }
.g_news .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
.g_news .hd p{ margin-bottom: 0; font-size: 14px; color: var(--zhu-color); display: inline-block; float: right; line-height: 32px; }
.g_news .hd p span{ font-size: 28px; color: var(--zhu-color); margin-left: 20px; position: relative; top: 5px; }
.g_news .bd{ overflow: hidden; width: 100%; }
.g_news .bd li{ width: 50%; float: left; padding-right: 15px; box-sizing: border-box; }
.g_news .bd li:nth-child(2n+0){ padding-right: 0; padding-left: 15px; }
.g_news .bd li a{ position: relative; padding-left: 20px; display: block; height: 50px; line-height: 50px; border-bottom: 1px solid #eaeaea; }
.g_news .bd li a::before{ content: ""; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 7px solid var(--zhu-color); position: absolute; left:0; top:50%; margin-top: -6px; transition: all .3s; }
.g_news .bd li a b{ width:calc(100% - 128px); float: left; font-size: 16px; color: #333333; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.g_news .bd li a small{ width: 108px; display: inline-block; float: right; font-size: 14px; color: #999; }
.g_news .bd li a small span{ font-size: 14px; color: #999; margin-right: 8px; }
.g_news .bd li a:hover::before{ transition: all .3s; left: 5px; }
.g_news .bd li a:hover b{ transition: all .3s; color: var(--zhu-color); }
@media only screen and (max-width: 768px){
  .g_news{ padding:30px 0; }
  .g_news .bd li{ width: 100%; padding-right: 0; }
  .g_news .bd li:nth-child(2n+0){ padding-left: 0; }
}
@media only screen and (max-width: 576px){
  .g_news{ padding:20px 0px; }
  .g_news .hd{ margin-bottom: 12px; }
  .g_news .hd b{ font-size: 24px; }
  .g_news .hd p{ display: none; }
  .g_news .bd li a small{display: none;}
  .g_news .bd li a b{width:100%;font-size: 14px}
}

/*sidebar*/
.sidebar{width:100%;}
.s-hd{padding:15px 20px;color: #f2f2f2;background: #ff9000}
.s-hd b{font-size: 40px;text-transform: uppercase;}
.s-hd p{font-size: 24px;margin: -10px 0 10px 0}
.s-hd span{width:53px;height: .10px;background: #f2f2f2;display: block;float: left;}
.s-md .btn-link:hover{text-decoration:none;}
.s-md .btn-link.focus, .s-md .btn-link:focus{text-decoration:none;border:none;}
.s-md .btn.focus, .s-md .btn:focus{box-shadow: none;}
.s-md .card{border:none;}
.s-md .card-body{padding:1.25rem 0;}
.s-md .yiji{background: #f0f0f6;padding:2px;margin-bottom: 0!important;}
.s-md .yiji button{font-size: 18px;color: #333333;border:none;width:50px;text-align:right!important;}
.s-md .yiji a{color: #333333;width:calc(100% - 50px);display: inline-block;padding:0 10px;font-size:16px;}
.s-md .yiji i{color: #b4bcc2;font-size: 16px}
.s-md .yiji button:hover i{color: var(--zhu-color);}
.s-md .yiji a:hover{color:var(--zhu-color);}
.s-md .erji li{padding:5px 10px;}
.s-md .erji li p{padding:5px 10px;font-size:14px;color: #333333;transition: all .5s}
.s-md .erji li i{color: #333333;}
.s-md .erji li:hover p{color: var(--zhu-color);text-indent: 5px}
.s-md .erji li:hover i{color: var(--zhu-color);}
.s-bd{background: #f0f0f6;padding:20px;}
.s-bd .hd i{color: var(--zhu-color);font-size: 42px;}
.s-bd .hd .txt{padding:8px 0;margin-left: 10px}
.s-bd .hd .txt .t2{font-size:16px }
.s-bd .bd{line-height: 26px;overflow:hidden;}
.s-bd .bd li span{display: inline-block;width:58px;float: left;}
.s-bd .bd li p{width:calc(100% - 60px);float:right;}
@media(max-width: 1200px){
	.s-hd b{font-size: 36px}
}



/*no-goods*/
.no-goods,.no-network{padding:100px 0; overflow: hidden; text-align: center;}
.no-goods img{display: block; margin:0 auto 30px; width:220px; max-height: 105px;}
.no-goods p,.no-network p{font-size:14px; color:#666666; line-height: 20px;}

/*边框*/
.bk{position: absolute;top:0;left:0;width:100%;height: 100%;z-index: 1}
.bk-width,.bk-height{position: relative;width:100%;height: 100%}
.bk-height{top:-100%;left:0;}
.bk-width:before,.bk-width:after,.bk-height:before,.bk-height:after{content:'';background: var(--zhu-color);position: absolute;}
.bk-width:before,.bk-width:after{width:0%;height: 1px;transition: all .8s}
.bk-height:before,.bk-height:after{width:1px;height: 0%;transition: all .8s}
.bk-width:before{top:0;left:0;}
.bk-width:after{bottom:0;right:0;}
.bk-height:before{top:0;right:0;}
.bk-height:after{bottom:0;left:0;}
.bk:hover .bk-width:before,.bk:hover .bk-width:after{width:100%;}
.bk:hover  .bk-height:before,.bk:hover .bk-height:after{height:100%;}

/* contact_msg */
#contact_msg{ background: url(../images/contact_msg_bg.jpg); overflow: hidden; padding:45px 0 15px; }
#contact_msg .hd{ width: 100%; margin-bottom: 36px; }
#contact_msg .hd b{ font-weight: normal; display: inline-block; padding-left: 22px; border-left: 4px solid var(--zhu-color); font-size: 32px; color: #333333;line-height: 0.9;height: 32px }
#contact_msg .hd p{ margin-bottom: 0; font-size: 14px; color: var(--zhu-color); display: inline-block; float: right; }
#contact_msg .hd p span{ font-size: 28px; color: var(--zhu-color); margin-left: 20px;position: relative; top: 5px; }
#contact_msg .bd{ overflow: hidden; margin:0 0 30px; }
#contact_msg .bd .form_item{ margin-bottom: 15px; background: #fff; height: 46px; border:1px solid #eee; }
#contact_msg .bd .form_item label{ line-height: 46px; font-size: 16px; color: #666; width: 10%; text-align: center; float: left; }
#contact_msg .bd .form_item input{ width: 90%; float: left; height: 100% }
#contact_msg .bd .form_box{ overflow: hidden; margin-bottom: 15px; background: #fff; height: 100px; border:1px solid #eee; }
#contact_msg .bd .form_box label{ display: block; text-align: left; box-sizing: border-box; padding-left: 17px; line-height: 46px; font-size: 16px; color: #666;  }
#contact_msg .bd .form_box textarea{ width: 100%; height: 100%; padding:5px 17px; font-size: 14px; color: #333;border:none; }
#contact_msg .bd .form_item1 label{ width: auto; padding:0 17px; }
#contact_msg .bd .form_item1 img{ height: 34px; float: left; margin-top: 6px; }
#contact_msg .bd .form_item1 input{ width:calc(100% - 200px); float:right; box-sizing: border-box; padding-left: 5px; }
#contact_msg .bd .submit{ display: block; width: 100%; padding:15px 0; line-height: 1; font-size: 16px; color: #fff; background: var(--zhu-color); text-align: center; border-radius: 5px;display: block; }
#contact_msg .bd .submit:hover{ background: var(--zhu-color); transition: all .3s; }
@media only screen and (max-width: 992px){
  #contact_msg{ padding:30px 0; }
  /*#contact_msg .bd .form_item:last-child input{ width:66%; }*/
}
@media only screen and (max-width: 576px){
  #contact_msg{ padding:20px 0; }
  #contact_msg .hd{ margin-bottom: 0; }
  #contact_msg .hd b{ font-size: 24px; }
  #contact_msg .hd p{ display: none; }
  #contact_msg .bd{ padding:20px 10px 0; }
  #contact_msg .bd .form_item:last-child input{ width: 30%; }
  #contact_msg .bd .form_item label{width:60px;}
  #contact_msg .bd .form_item1 label{width:90px;}
  #contact_msg .bd .form_box{height: auto}
}

/*proinfo-part3*/
.proinfo-part3{background:url('../images/company_case_bg.png') center 30px no-repeat #f9f9f9;padding-bottom: 30px}
.proinfo-part3-bd{position: relative;}
.proinfo-part3-bd .swiper-slide{transition: all .5s;margin-top: 15px;margin-bottom: 30px;box-shadow: 0 0 10px #666;}
.proinfo-part3-bd a .img .zhezhao{position: absolute;top:0;left:0;width:0;height: 0;background: rgba(0,0,0,0.5);opacity: 0;transition: all .5s;z-index: 1;display: flex;flex-direction: row;justify-content:center;align-items: center;}
.proinfo-part3-bd a .img .zhezhao i{font-size: 50px;color:#fff;}
.proinfo-part3-bd p{width:100%;background: #f5f5f5;color:#333;font-size: 16px;padding:20px 10px;text-align: center;position: relative;}
.proinfo-part3-bd p:after{content:'';position: absolute;bottom:0;left:0;height: 3px;background: var(--zhu-color);width:0;transition: all .5s;}
.proinfo-part3-bd .swiper-slide.on a .img .zhezhao{width:100%;height: 100%;opacity: 1;}
.proinfo-part3-bd .swiper-slide.on a p:after{width:100%;}
.proinfo-part3-bd .next,.proinfo-part3-bd .prev{width:60px;height: 60px;background: rgba(0,0,0,0.5);text-align: center;line-height: 60px;border-radius: 50%;transition: all .5s;position: absolute;top:30%;z-index: 1;}
.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{color:rgba(255,255,255,0.5);font-size: 30px;transition: all .5s}
.proinfo-part3-bd .next{left:0;}
.proinfo-part3-bd .prev{right:0;}
.proinfo-part3-bd .next:hover,.proinfo-part3-bd .prev:hover{background: rgba(255,255,255,.5);}
.proinfo-part3-bd .next:hover i,.proinfo-part3-bd .prev:hover i{color: var(--zhu-color);}
@media(max-width: 576px){
	.proinfo-part3-bd{padding:15px 30px 0;}
	.proinfo-part3-bd .next, .proinfo-part3-bd .prev{width:34px;height: 34px;line-height: 34px;top:35%;display: none;}
	.proinfo-part3-bd .next i,.proinfo-part3-bd .prev i{font-size: 20px;}
}

/* product_type_search */
.product_type_search{ overflow: hidden; text-align: center; padding:28px 0;width:100%; }
.product_type_search > b{ display: block; font-size: 36px; color: #333333; font-weight: normal; line-height: 1;  }
.product_type_search form{ position: relative; margin:18px auto; display: inline-block; width: 34%; border:1px solid #e5e5e5; border-radius: 40px; padding:5px; }
.product_type_search form input{ width: 100%; height: 33px; box-sizing: border-box; padding-left:18px; font-size: 14px; color: #999999; }
.product_type_search form button{ position: absolute; right: 6px; top: 6px; display: inline-block; width: 33px; height: 33px; background:var(--zhu-color); border-radius: 50%; text-align: center;border:none;padding:0; }
.product_type_search form button span{ font-size: 16px; color: #fff; line-height: 33px; }
.product_type_search > hr{ display: block; height: 11px; background: url(../images/hr2.png) no-repeat center;border:none;  }
.product_type_search > .type{ line-height: 36px; overflow: hidden; margin-top: 10px; }
.product_type_search > .type > b{ font-size: 16px; color: #333333; margin-left: 20px; }
.product_type_search > .type > b a{  font-size: 16px; color: #333333; transition: all .3s; display: inline-block; }
.product_type_search > .type span >  a{ font-size: 16px; color: #666666; transition: all .3s; }
.product_type_search > .type span > a + a{ margin-left: 20px; }
.product_type_search > .type a:hover{ transition: all .3s; color:var(--zhu-color); }
@media only screen and (max-width: 992px){
  .product_type_search > .type span{ display: none; }
  .product_type_search > .type b:nth-of-type(1){ display: none; }
  .product_list .type > a{ font-size: 14px; }
  .product_list .type > a
}
@media only screen and (max-width: 768px){
  .product_type_search{ padding:0 0 20px; }
  .product_type_search > b{ font-size: 24px; }
  .product_type_search form{ width: 50%; }
  .product_type_search > .type > b a{ font-weight: normal; }
  .product_type_search > hr{ margin-bottom: 10px; }
}
@media only screen and (max-width: 576px){
  .product_type_search > b{ font-size: 20px; }
  .product_type_search form{ width: 85%; }
  .product_type_search > .type{ padding:0 15px; }
  .product_type_search > .type > b a{ font-size: 14px; }
}

/*newslist*/
.newslist{padding: 30px 0;overflow: hidden;background: #f2f3f4}
.newslist .item{border-radius: 5px;width:100%;overflow: hidden;background: #fff;padding:30px;display: block;margin-bottom: 30px;position: relative;}
.newslist .item:after{content:'';position: absolute;bottom:0;left:0;width:0;height: 2px;background: var(--zhu-color);transition: all .5s}
.newslist .item .img{padding-bottom: 55%;}
.newslist .item .img img{transition: all .5s}
.newslist .item .t1{color:#666;transition: all .5s;display: flex;flex-direction: row;justify-content: space-between;}
.newslist .item .t2{color:#333;font-size: 20px;font-weight: bold;margin:10px 0 20px;transition: all .5s}
.newslist .item .t3{display: flex;flex-direction: row;width:100%;justify-content: space-between;margin-top: 15px;transition: all .5s;align-items: center;}
.newslist .item .t3 span{color:#333;transition: all .5s}
.newslist .item .t3 .icon{width:32px;height: 32px;text-align: center;line-height: 22px;border-radius: 50%;background: #9a9a9a;padding:5px;transition: all .5s;position: relative;float: right;transition: all .5s}
.newslist .item .t3 .icon i{color:#fff;position: absolute;font-size:18px;transition: all .5s;left:20%;}
.newslist .item .t4{color:#999;margin:15px 0;-webkit-line-clamp:2;line-height: 1.8}
.newslist .item:hover:after{width:100%;}
.newslist .item:hover .img img{transform: scale(1.05,1.05);}
.newslist .item:hover .t2{color:var(--zhu-color);}
.newslist .item:hover .t3 span{color:var(--zhu-color);}
.newslist .item:hover .t3 .icon{background:var(--zhu-color);color:#fff;}
.newslist .item:hover .t3 .icon i{animation:ltToRt 1s linear 0s infinite normal;}
@media(max-width: 576px){
	.newslist .item{padding:15px 10px;}
	.newslist .item .t2{font-size: 18px;}
	.newslist .item .t3{margin-top: 15px;}
}
/* 动画代码 */
@keyframes ltToRt {
  from {left:0px;}
  to {left:80px;}
}
/*newsinfo*/
.newsinfo{background:#f2f3f4;padding:30px 0;}
.newsinfo .box{background:#fff;border-radius: 3px;padding:45px 30px;}
.newsinfo .t1{width:100%;text-align: center;font-size: 28px;color:#222;}
.newsinfo .t2{width:100%;text-align: center;font-size: 16px;color:#999;padding:15px 30px 30px;border-bottom:solid 1px #eeeddd}
.newsinfo .content{padding:30px 0; line-height: 260%;min-height:100px}
.newsinfo .newsPage{width:100%;display: flex;flex-direction: row;justify-content: space-between;}
.newsinfo .newsPage .btnn{width:60px;display: block;text-align: center;border-radius: 3px;background:#eee;transition: all .5s }
.newsinfo .newsPage .btnn i{font-size: 30px;color:#666;line-height: 2;transition: all .5s}
.newsinfo .newsPage .btnn:hover{background: var(--zhu-color);}
.newsinfo .newsPage .btnn:hover i{color:#fff;}
.newsinfo .newsPage>div{width:calc(calc(100% - 70px)/2);color:#666;border-radius: 5px;padding:0 15px;background: #eee;line-height: 60px;display: flex;flex-direction:row;}
.newsinfo .newsPage .page-a{justify-content: flex-start;}
.newsinfo .newsPage .page-a:nth-child(3){justify-content: flex-end;}
.newsinfo .newsPage>div a{color:#666;transition: all .5s;display: inline-block;text-overflow: ellipsis;overflow: hidden;white-space:nowrap;max-width:calc(100% - 60px);}
.newsinfo .newsPage>div a:hover{color:#222;}
@media(max-width: 992px){
	.newsinfo .newsPage{flex-direction: column;}
	.newsinfo .newsPage .btnn{display: none;}
	.newsinfo .newsPage>div{line-height: 40px;}
	.newsinfo .newsPage .page-a{width:100%;margin-bottom: 10px;}
	.newsinfo .newsPage .page-a:nth-child(3){justify-content: flex-start;}

}
@media(max-width: 576px){
	.newsinfo .box{padding:30px 15px;}
	.newsinfo .t1{font-size: 22px;}
	.newsinfo .t2{font-size: 14px;padding:15px 0 30px;}
	.newsinfo .newsPage>div{line-height: 20px;padding:10px;}
}

/*contact*/
.contact-box{background:url(../images/contact-bg.jpg) center bottom no-repeat #f6f5f5;padding: 45px 0 180px;}
.contact-box .container-fluid{display: flex;flex-direction: row;}
.contact-left{background:#fff;padding:20px 40px 40px;display: flex;flex-direction: column;width:50%;}
.contact-left .t1{font-size:26px;color: var(--zhu-color);font-weight: bold;margin: 20px 0;}
.contact-left .t2{color:#999;font-size: 16px;margin:5px 0;}
.contact-left .t2 i{font-size: 20px;float: left;line-height: 1.3;margin-right: 10px}
.contact-left .ewm{display: flex;flex-direction: row;}
.contact-left .ewm li{width:125px;margin-right: 30px}
.contact-left .ewm li img{width:100%;border:solid 1px #eee;}
.contact-left .ewm li .t3{text-align: center;padding:10px 0;}
.contact-right{width:50%;background: #e7ebec;padding:15px 25px 40px;}
.contact-left .ewm .txt{}
.contact-left .ewm .txt .t4{font-size: 20px;font-weight: bold;margin:5px 0;}
.contact-left .ewm .txt .t5{color:#999;}
.contact-left .ewm .txt .t6{color:#666;margin-top: 5px}
.contact-right .t1{font-size: 24px;color:var(--zhu-color);font-weight: bold;margin:20px 0 40px;}
.contact-right .message{display: flex;flex-direction: row;justify-content: space-between;width:100%;flex-wrap:wrap;}
.contact-right .message .input-text{width:48%;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;margin-bottom: 20px;}
.contact-right .message .area{width:100%;padding:15px 20px;background-color: #fff;border-radius: 5px;font-size: 16px;color: #999999;height: 130px;border:none;margin-bottom: 20px;}
.contact-right .message .yanzheng{display: flex;flex-direction: row;justify-content: space-between;width:100%;}
.contact-right .message .yanzheng img{width:163px;height: 50px}
.contact-right .message .yanzheng .code{width:163px;background-color: #fff;border-radius: 5px;padding:15px 20px;font-size: 16px;color: #999999;}
.contact-right .message .yanzheng .submit{width:calc(100% - 350px);background-color:var(--zhu-color);border-radius: 5px;padding:16px 0px;font-size: 16px;color: #fff;transition: all .5s;text-align: center}
.contact-right .message .yanzheng .submit:hover{background-color: var(--zhu-color);}
#dituContent{height: 760px;}
@media(max-width: 1200px){
	.contact-left{width:40%;padding:20px 15px;}
	.contact-right{width:60%;}
}
@media(max-width: 992px){
	.contact-left .ewm li{width:40%;margin-right: 0}
}
@media(max-width: 880px){
	.contact-box .container-fluid{flex-direction: column;}
	.contact-left{width:100%;}
	.contact-right{width:100%;}
	.contact-left .ewm li{width:145px;justify-content: flex-start;margin-right: 30px}

}
@media(max-width: 576px){
	.contact-box{padding:10px 0;}
	.contact-left{padding:0 15px 20px;}
	.contact-left .t1{font-size: 20px;}
	.contact-left .t2{font-size: 14px;}
	.contact-left .t2 i{line-height: 1.2}
	.contact-right{padding:10px;}
	.contact-right .message .input-text{width:100%;}
	.contact-right .message .yanzheng{flex-wrap:wrap;}
	.contact-right .message .yanzheng img{width:48%;}
	.contact-right .message .yanzheng .code{width:48%;}
	.contact-right .message .yanzheng .submit{width:100%;margin-top: 15px;}
	#dituContent{height: 400px;}
	/*.contact-left .ewm{flex-direction: column;}*/
	.contact-left .ewm li{width:100px;margin-right: 15px;}
	.contact-left .ewm .txt .t4{font-size: 18px;}
	.social-share .social-share-icon{width:28px;height: 28px;line-height: 28px;}
	.contact-right .t1{margin:20px 0;}
	.contact-right .message .input-text{padding:10px 15px;margin-bottom: 10px}
	.contact-right .message .area{margin-bottom: 10px}
	.contact-right .message .yanzheng .submit{padding:10px 0;}
	.contact-right .message .yanzheng .code{padding:10px 15px;}
}

/*厂区环境*/
.environment .item{background: #f2f2f2;transition: all .5s}
.environment .item a{display: block;width:100%;padding:7px 7px 0;overflow: hidden;border-radius: 3px;transition: all .5s;}
.environment .item a .hd{overflow: hidden;position: relative;width:100%;}
.environment .item a .hd .img img{transform: scale(1.05,1.05);transition: all .5s}
.environment .item a .hd .zhezhao{position: absolute;top:0px;height: 100%;width:100%;left:0px;background:var(--zhu-color);z-index: 1;padding:15px;opacity: 0;transition: all .5s}
.environment .item a .hd .zhezhao .box{width:100%;height: 100%;border:solid 1px rgba(255,255,255,0.3);display: flex;flex-direction: column;justify-content: center;align-items: center;color:#fff;padding:15px;position: relative;}
.environment .item a .hd .zhezhao .box i{font-size: 50px;line-height: 1}
.environment .item a .hd .zhezhao .box p{font-size: 17px;margin-top: 5px;background: none;}
.environment .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#333;margin-top: 10px;transition: all .5s}
.environment .item:hover{box-shadow: 0 0 10px #ccc;}
.environment .item:hover a .img img{transform: scale(1,1);}
.environment .item:hover a .hd .zhezhao{top:20px;height: calc(100% - 40px);width:calc(100% - 40px);left:20px;opacity: .7}
.environment .item:hover a .bd{letter-spacing: 1px}
@media(max-width: 576px){
	.environment .item a{padding:0;}
	.environment .item a .bd{font-size: 14px;}
}

/*资质荣誉*/
.honor{overflow: hidden;}
.honor .item{background: #f2f2f2;border-radius: 3px;overflow: hidden;}
.honor .item a{display: block;width:100%;transition: all .5s;position:relative;}
.honor .item a .hd{overflow: hidden;position: relative;width:100%;}
.honor .item a .bd{text-align: center;font-size: 16px;line-height: 40px;color:#fff;transition: all .5s;position: absolute;bottom:-15px;left:-15px;padding:0 10px;background: rgba(0,0,0,.7);text-align: center;width:calc(100% + 30px);display: flex;height: 50px;flex-direction: column;align-items: center;}
.honor .item a .bd i{font-size: 40px;display: none;}
.honor .item .item:hover{box-shadow: 0 0 10px #ccc;}
.honor .item:hover a .bd{letter-spacing: 1px;height:calc(100% + 30px);justify-content: center;}
.honor .item:hover a .bd i{display: block;}

/*job*/
.jobs-list{margin-bottom: 30px;}
  .jobs-list li{width:100%;margin-top: 30px;}
  .jobs-list a{display:block;width:100%;background:#fff;box-shadow:0px 1px 7.09px 0.91px rgba(125,125,125,0.5);border-radius:5px;padding:1% 0 3% 0}
  .jobs-list a .son{width:95%;overflow:hidden;margin:0 auto;}
  .jobs-list a .t1{padding:2% 0;border-bottom:1px solid #eee}
  .jobs-list a .t1 .t1l{float:left;font-size:20px;font-weight:bold;color:#333;}
  .jobs-list a .t1 .t1r{float:right;color:#666;text-decoration:underline;font-size:14px;padding-left:38px;line-height:25px;}
  .jobs-list a .t1 .t1r i{font-size: 24px;color: var(--zhu-color);margin-right: 15px;}
  .jobs-list a .son .con{margin-top:2.5%;height:250px;overflow-y:scroll;line-height: 2.6}
  .jobs-list a .son .con p{color:#666;padding:3px 0;font-size:14px;line-height:1.6;text-indent:0!important;}
  .jobs-list a .son .con::-webkit-scrollbar{width:3px;height:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-track{box-shadow:inset 0 0 3px transparent;background:#f8f8f8;border-radius:3px;}
  .jobs-list a .son .con::-webkit-scrollbar-thumb{border-radius:3px;background:#bbb;}
  .jobs-list a .t1 .t1r:hover{color:#333;}
  


/*应聘表单*/
.fu-job{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.6);left:0;top:0;display:none;z-index:10000;}
  .fu-job .job-son{width:100%;height:100%;display:flex;align-items:center;}
  #jobform{background:#fff;padding:40px 30px 30px 30px;width:500px;margin:0 auto;position: relative;}
  #jobform .jobclose{position:absolute;right:0px;top:0;background:var(--zhu-color);color:#fff;display:inline-block;padding:2px 10px;font-size:14px;cursor:pointer;}
  #jobform .faqline{padding:6px 0;border-bottom:0px solid #eee;}
  #jobform .faqline .faqtit{width:20%;height:36px;line-height:36px;float:left;background:#fff;text-align:left;font-size:15px;border-radius:2px;}
  #jobform .faqline .input{text-indent:8px;width:80%;outline:none;height:36px;box-sizing:border-box;border:1px solid #ddd;float:left}
  #jobform textarea{width:80%;outline:none;height:100px;box-sizing:border-box;border:1px solid #ddd;float:left;;border-radius:2px;padding:10px 8px}
  #jobform .input:focus{border-color:#1d7df5;}
  #jobform textarea:focus{border-color:#1d7df5;}
  /*#jobform input:hover{border-color:#c0121b;}
  */
  /*#jobform textarea:hover{border-color:#c0121b;}
  */
  #jobform .faqline .input1{width:120px;float:left;}
  #jobform .code img{display:block;float:left;height:36px;margin-left:0px;}
  #jobform .code .tip{display:block;float:left;color:red;font-size:14px;}
  #jobform .submit{width:100px;height:38px;background:var(--zhu-color);color:#fff;display:inline-block;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;cursor:pointer;text-align: center;line-height: 38px;}
  #jobform .submit:hover{background:var(--zhu-color);}
@media(max-width: 576px){

  #jobform .faqline .faqtit{font-size: 14px;width:25%;}
  #jobform .faqline .input{width:75%;}
  #jobform textarea{width:75%;}
  #jobform .code img{width:100px;margin-bottom:10px;}
    #jobform .faqline .input1{width:90px;}
    #jobform .submit{margin:0px auto;}
  }
}